home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AviSynthPlugins / ChromaShift.xml < prev    next >
Extensible Markup Language  |  2004-10-01  |  2KB  |  49 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="ChromaShift">
  4.   <description />
  5.   <filters>
  6.     <filter name="ChromaShift" category="???" helpfile="chromashift" type="clip">
  7.       <description>ChromaShift shifts the chrominance information in any direction, to compensate for incorrect Y/UV registration.</description>
  8.       <colorspaces>
  9.         <colorspace>yv12</colorspace>
  10.         <colorspace>yuy2</colorspace>
  11.         <colorspace>rgb32</colorspace>
  12.       </colorspaces>
  13.       <parameters>
  14.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  15.           <description />
  16.           <items />
  17.         </parameter>
  18.         <parameter name="C" type="int" default="0" max="0" min="0" step="2" optional="True" paramList="False">
  19.           <description>This filter will shift the chrominance information (C == U and V together) or the U or the V separately, by an even number of pixels, in either horizontal direction. It can also apply an overall vertical shift of the total chrominance information L, up or down.</description>
  20.           <items />
  21.         </parameter>
  22.         <parameter name="U" type="int" default="0" max="0" min="0" step="2" optional="True" paramList="False">
  23.           <description />
  24.           <items />
  25.         </parameter>
  26.         <parameter name="V" type="int" default="0" max="0" min="0" step="2" optional="True" paramList="False">
  27.           <description />
  28.           <items />
  29.         </parameter>
  30.         <parameter name="L" type="int" default="0" max="0" min="0" step="0" optional="True" paramList="False">
  31.           <description />
  32.           <items />
  33.         </parameter>
  34.         <parameter name="R" type="int" default="0" max="0" min="0" step="0" optional="True" paramList="False">
  35.           <description>Shifts Red, Green or Blue colours independently (vertically).</description>
  36.           <items />
  37.         </parameter>
  38.         <parameter name="G" type="int" default="0" max="0" min="0" step="0" optional="True" paramList="False">
  39.           <description />
  40.           <items />
  41.         </parameter>
  42.         <parameter name="B" type="int" default="0" max="0" min="0" step="0" optional="True" paramList="False">
  43.           <description />
  44.           <items />
  45.         </parameter>
  46.       </parameters>
  47.     </filter>
  48.   </filters>
  49. </plugin>